CSharpTest.Net
ReadChunk(Stream,Byte[],Int32,Int32) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IO Namespace > IOStream Class > ReadChunk Method : ReadChunk(Stream,Byte[],Int32,Int32) Method

io
bytes
offset
length

Glossary Item Box

Attempts to read the number of bytes specified and returns the actual count

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function ReadChunk( _
   ByVal io As Stream, _
   ByVal bytes() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As Integer
C# 
public static int ReadChunk( 
   Stream io,
   byte[] bytes,
   int offset,
   int length
)

Parameters

io
bytes
offset
length

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys